floor — Floor Value


\begin{rail}
Floor : 'floor' '(' ( Scalar \vert Matrix ) ')' ;
\end{rail}
floor returns the largest integer not greater than the argument. If the argument is a matrix then the floor operation is performed on an element-by-element basis. If the argument is complex, the operation is performed on real and imaginary parts separately.

Subsections